projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e55715
)
Fix an error introduced by the previous patch.
author
Sam Steingold
<sds@gnu.org>
Wed, 19 Jan 2011 15:55:47 +0000
(10:55 -0500)
committer
Sam Steingold
<sds@gnu.org>
Wed, 19 Jan 2011 15:55:47 +0000
(10:55 -0500)
src/ChangeLog
patch
|
blob
|
history
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 99ab13d299587a5386ee141fd07f5ed6e4eba9b2..5e50ddb59ee775d21a8dd57aba59cd322a1f3538 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2,6
+2,7
@@
* w32.c (check_windows_init_file): Remove declarations of
Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
+ * w32fns.c: Fix an error introduced by the previous patch.
2011-01-19 Tom Tromey <tromey@redhat.com>
diff --git
a/src/w32fns.c
b/src/w32fns.c
index f70f4d6ace5c4629194b4e858f10fd6723dd78f0..8508e3313aaf6639517d6f2a26060ba720546003 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-89,8
+89,6
@@
extern const char *const lispy_function_keys[];
static unsigned hourglass_timer = 0;
static HWND hourglass_hwnd = NULL;
-#if 0 #endif
-
#ifndef IDC_HAND
#define IDC_HAND MAKEINTRESOURCE(32649)
#endif